nav ul li a {
    text-decoration: none;
    font-size: 140%;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: "Anton";
    font-weight: 400;
    font-style: normal;
}

nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    background-color: #0167B1;
    height: 90px;
}

nav ul img {float: left;
}

nav a:hover{
    background-color:#1e78b9 ;
}

body {background-color: #D5D5D5;
padding: 15px;}

article {
    margin-top: 100px;
    text-align: center;
}

main {width: 50%;
float: left;
padding-left: 90px;}

section p {color: white;
}

section{background-color: #D8483D;
    
    float: left;
        width: 30.5%;
        margin-left: 115px;
       padding-bottom: 10px;
       border: solid;
       
    }

section h2 {
    padding-left: 5px;
    color: white;
}

section ul {list-style: none;}

section a {padding-bottom: 10px;}

footer { background-color: #0167B1;
    display:flex;
    overflow: hidden;
    width: 100%;
}

footer p {
    height: 20px;
    padding-left: 10px;
    color: white;
    padding-right: 10px;
    }

